ASP.NET Core MVC コントロールヘルプ
TemplateBind メソッド (ServiceBuilder<TControl,TBuilder>)

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > ServiceBuilder<TControl,TBuilder> クラス : TemplateBind メソッド
The specified property name.
The specified item name in DataContext.
When the builder works in template mode, bind the property which name is specified to some item which name is specified.
シンタックス
'宣言
 
Public Overridable Function TemplateBind( _
   ByVal propertyName As System.String, _
   ByVal boundName As System.String _
) As TBuilder
public virtual TBuilder TemplateBind( 
   System.string propertyName,
   System.string boundName
)

パラメータ

propertyName
The specified property name.
boundName
The specified item name in DataContext.

戻り値の型

Current builder.
解説
It only works in template mode.
参照

ServiceBuilder<TControl,TBuilder> クラス
ServiceBuilder<TControl,TBuilder> メンバ